home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / cool.lha / ice / pisces / cpp / Imakefile < prev   
Encoding:
Makefile  |  1991-09-04  |  1.0 KB  |  36 lines

  1. /*****************************************************************************
  2. //
  3. // Copyright (C) 1991 Texas Instruments Incorporated.
  4. //
  5. // Permission is granted to any individual or institution to use, copy, modify,
  6. // and distribute this software, provided that this complete copyright and
  7. // permission notice is maintained, intact, in all copies and supporting
  8. // documentation.
  9. //
  10. // Texas Instruments Incorporated provides this software "as is" without
  11. // express or implied warranty.
  12. //
  13.  *****************************************************************************
  14.  *
  15.  *    Author: Martin Neath
  16.  *    Filename: Imakefile
  17.  *    Module: pisces/cpp
  18.  *    Purpose: Imakefile for cpp
  19.  *    Creation Date: 05/18/90
  20.  *
  21.  *****************************************************************************/
  22.  
  23. LOCAL_C_DEFS = $(MISC_CFLAGS)
  24. LINKDEP =
  25. ALLCPLUSDEFS = 
  26.  
  27. HDRS = cpp.h cppdef.h
  28.  
  29. SRCS = cpp1.$(C) cpp2.$(C) cpp3.$(C) cpp4.$(C) cpp5.$(C) cpp6.$(C)
  30.  
  31. OBJS = cpp1.$(OBJ) cpp2.$(OBJ) cpp3.$(OBJ) cpp4.$(OBJ) cpp5.$(OBJ) cpp6.$(OBJ)
  32.  
  33. All(cpp)
  34. OptimizeCObject()
  35. CProgram(cpp)
  36.